AfdApplyLn

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

AfdApplyLn()  

SYNOPSIS

cagd_lib/afd_cube.c:73

void AfdApplyLn(CagdRType Coef[4], int n)
 

DESCRIPTION

Given four coefficents of a cubic afd polynomial, apply the L ( half the step size ) n times to them, in place. We basically precomputed L^n and apply it here once. Every instance of L half the domain and so L^n divides the domain by 2^n.  

PARAMETERS:

Coef: Four coefficients of the AFD basis functions.

n: How many times to compute the L transform.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:15 GMT, October 17, 2022